home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / CHIP Turkiye Ekim 2000.iso / prog / naps / 04 / setup.exe / Gnucleus / PrefDownload.h < prev    next >
C/C++ Source or Header  |  2000-06-24  |  2KB  |  66 lines

  1. #if !defined(AFX_PREFDOWNLOAD_H__196C5E23_37F3_11D4_ACF2_00A0CC533D52__INCLUDED_)
  2. #define AFX_PREFDOWNLOAD_H__196C5E23_37F3_11D4_ACF2_00A0CC533D52__INCLUDED_
  3.  
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // PrefDownload.h : header file
  8. //
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CPrefDownload dialog
  12.  
  13. class CPrefDownload : public CPropertyPage
  14. {
  15.     DECLARE_DYNCREATE(CPrefDownload)
  16.  
  17. // Construction
  18. public:
  19.     CPrefDownload();
  20.     ~CPrefDownload();
  21.  
  22. // Dialog Data
  23.     //{{AFX_DATA(CPrefDownload)
  24.     enum { IDD = IDD_PREF_DOWNLOAD };
  25.     CButton    m_chkResume;
  26.     CEdit    m_ebTimeoutDL;
  27.     CButton    m_chkClearDL;
  28.     CEdit    m_ebSaveDir;
  29.     CButton    m_chkMaxDL;
  30.     CEdit    m_ebMaxDL;
  31.     //}}AFX_DATA
  32.  
  33.  
  34. // Overrides
  35.     // ClassWizard generate virtual function overrides
  36.     //{{AFX_VIRTUAL(CPrefDownload)
  37.     public:
  38.     virtual BOOL OnApply();
  39.     protected:
  40.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  41.     //}}AFX_VIRTUAL
  42.  
  43. // Implementation
  44. protected:
  45.     CGnucleusDoc *Doc;
  46.  
  47.     // Generated message map functions
  48.     //{{AFX_MSG(CPrefDownload)
  49.     afx_msg void OnChangeEditSavedir();
  50.     afx_msg void OnButtonBrowse();
  51.     afx_msg void OnCheckMaxDl();
  52.     afx_msg void OnChangeEditMaxDl();
  53.     afx_msg void OnCheckClearDl();
  54.     afx_msg void OnChangeEditTimeoutDl();
  55.     afx_msg void OnCheckResume();
  56.     virtual BOOL OnInitDialog();
  57.     //}}AFX_MSG
  58.     DECLARE_MESSAGE_MAP()
  59.  
  60. };
  61.  
  62. //{{AFX_INSERT_LOCATION}}
  63. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  64.  
  65. #endif // !defined(AFX_PREFDOWNLOAD_H__196C5E23_37F3_11D4_ACF2_00A0CC533D52__INCLUDED_)
  66.